html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, button {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
body {
display: block;
}
.clearfix::after,.clearfix::before{
   content:"";
   display:block;
}
.clearfix::after{
    content: "";
    clear: both;
    visibility: hidden;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
li{
    list-style: none;
}